Contribution org.nuxeo.ecm.collections.listener--listener
In component org.nuxeo.ecm.collections.listener
org.nuxeo.ecm.collections.listener
inside nuxeo-platform-collections-core-6.0.jar
This contribution is part of XML component Extension Point
Extension point listener of component EventServiceComponent.Contributed Items
XML Source
<extension point="listener" target="org.nuxeo.ecm.core.event.EventServiceComponent">
<listener class="org.nuxeo.ecm.collections.core.listener.DuplicatedCollectionListener" name="duplicatedCollectionListener">
<event>documentCreatedByCopy</event>
</listener>
<listener class="org.nuxeo.ecm.collections.core.listener.RemovedCollectionListener" name="removedCollectionListener">
<event>documentRemoved</event>
</listener>
</extension>